Component org.nuxeo.ecm.agenda.ecm.types
In bundle org.nuxeo.ecm.agenda
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.agenda.ecm.types">
<require>org.nuxeo.ecm.platform.types</require>
<extension target="org.nuxeo.ecm.platform.types.TypeService"
point="types">
<type id="VEVENT">
<label>VEVENT</label>
<icon>/icons/agenda.png</icon>
<bigIcon>/icons/agenda_100.png</bigIcon>
<category>SimpleDocument</category>
<description>AgendaEvent.description</description>
<default-view>view_documents</default-view>
<layouts mode="any">
<layout>vevent</layout>
</layouts>
<views>
<view id="after-social-collaboration-creation" value="view_social_document"/>
</views>
</type>
<type id="Workspace">
<subtypes>
<type>VEVENT</type>
</subtypes>
</type>
<type id="Folder">
<subtypes>
<type>VEVENT</type>
</subtypes>
</type>
<type id="OrderedFolder">
<subtypes>
<type>VEVENT</type>
</subtypes>
</type>
</extension>
</component>